XPath Result Type
Represents the XPath result types.
Entries
The result represents a set of all nodes matching the XPath expression.
The result represents a set of all nodes matching the XPath expression.
The result represents the snapshots of all nodes matching the XPath expression.
The result represents the snapshots of all nodes matching the XPath expression.
The result represents a single node matching the XPath expression.
The result represents the first node in the document matching the XPath expression.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.